projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d91f66
)
(w3-fetch-other-window, w3-fetch): Declare as functions.
author
Glenn Morris
<rgm@gnu.org>
Thu, 29 Nov 2007 04:26:50 +0000
(
04:26
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 29 Nov 2007 04:26:50 +0000
(
04:26
+0000)
lisp/net/browse-url.el
patch
|
blob
|
history
diff --git
a/lisp/net/browse-url.el
b/lisp/net/browse-url.el
index 3685c8a6af1b54058f9526451347535739152005..d7c5228945c1f1d280deace83ef0dff34b5d5187 100644
(file)
--- a/
lisp/net/browse-url.el
+++ b/
lisp/net/browse-url.el
@@
-1284,6
+1284,10
@@
used instead of `browse-url-new-window-flag'."
;; --- W3 ---
+;; External.
+(declare-function w3-fetch-other-window "ext:w3m" (&optional url))
+(declare-function w3-fetch "ext:w3m" (&optional url target))
+
;;;###autoload
(defun browse-url-w3 (url &optional new-window)
"Ask the w3 WWW browser to load URL.